PESetParameterMinMaxValue

Use PESetParameterMinMaxValue to set the minimum and/or maximum possible values for the specified parameter in a report.

C Syntax
BOOL CRPE_API PESetParameterMinMaxValue(
        short printJob,
        const char FAR *parameterFieldName,
        const char FAR *reportName,
        PEValueInfo FAR *valueMin,
        PEValueInfo FAR *valueMax );
Parameters

printJob

Specifies the print job for which you want to set minimum and/or maximum parameters values.

parameterFieldName

Specifies a pointer to the string containing the parameter name.

reportName

Specifies a pointer to the string containing the report name. See Remarks below.

valueMin

Specifies a pointer to PEValueInfo, which contains minimum value information. See Remarks below.

valueMax

Specifies a pointer to PEValueInfo, which contains maximum value information. See Remarks below.

Returns
Remarks
VB Syntax
Declare Function PESetParameterMinMaxValue Lib "crpe32.dll" ( _
    ByVal printJob As Integer, ByVal parameterFieldName As String, _
    ByVal reportName As String, valueMin As PEValueInfo, _
    valueMax As PEValueInfo ) As Integer
Delphi Syntax
function PESetParameterMinMaxValue (
    printJob: smallint;
    const parameterFieldName: PChar;
    const reportName: PChar;
    var valueMin: PEValueInfo;
var valueMax: PEValueInfo): BOOL stdcall;


Seagate Software IMG Holdings, Inc.
http://www.seagatesoftware.com
Support services:
http://support.seagatesoftware.com